home *** CD-ROM | disk | FTP | other *** search
- object AddHost: TAddHost
- Left = 192
- Top = 133
- BorderStyle = bsToolWindow
- Caption = 'Add Host'
- ClientHeight = 78
- ClientWidth = 264
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 131
- Top = 13
- Width = 3
- Height = 13
- Caption = '.'
- end
- object SubHost: TEdit
- Left = 8
- Top = 8
- Width = 121
- Height = 21
- TabOrder = 0
- OnChange = HostChange
- end
- object Host: TComboBox
- Left = 136
- Top = 8
- Width = 121
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = HostChange
- Items.Strings = (
- 'no-ip.com'
- 'servemp3.com'
- 'servequake.com'
- 'myftp.org')
- end
- object Button1: TButton
- Left = 8
- Top = 48
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 2
- end
- object Button2: TButton
- Left = 88
- Top = 48
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object Button3: TButton
- Left = 168
- Top = 48
- Width = 89
- Height = 25
- Caption = '&Sync Domain List'
- TabOrder = 4
- OnClick = Button3Click
- end
- end
-